private class EventLogsManagerController.MenuAreaButtonActionListener
extends java.lang.Object
implements java.awt.event.ActionListener
ActionListener
for overriding the
actionPerformed(ActionEvent)
method and creating a specific listener to use on the JButton
buttons of the
menuArea
.
It defines the behaviour of all the
menuArea
buttons, implementing the respecting action.
ActionListener
,
ActionEvent
,
JButton
Modifier | Constructor and Description |
---|---|
private |
MenuAreaButtonActionListener() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs.
|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
e
- the action event generated by a componentActionEvent